home *** CD-ROM | disk | FTP | other *** search
- object Form15: TForm15
- Left = 277
- Top = 200
- BorderStyle = bsToolWindow
- Caption = 'Edit information'
- ClientHeight = 73
- ClientWidth = 356
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 14
- Width = 39
- Height = 13
- Caption = 'Label1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 48
- Top = 11
- Width = 297
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 192
- Top = 40
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 272
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-